home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global previewOnly
- if the doubleClick then
- exit
- end if
- if not objectp(printer) then
- cursor(0)
- alert("There is no currently selected printer. Printing features are disabled.")
- else
- set previewOnly to 0
- if the hilite of member "printbioData" then
- if count(bioInfo) > 0 then
- printBioData()
- else
- cursor(0)
- alert("Biographical data for this cycle has not yet been entered.")
- end if
- else
- if objectp(printer) then
- mainPrintOrder()
- if printer(mDoJobSetup) = 1 then
- printer(mPrint)
- end if
- else
- alert("No printer selected.")
- end if
- end if
- prepfrontpage()
- end if
- end
-